home *** CD-ROM | disk | FTP | other *** search
- Path: news.accessus.net!news
- From: ronald@accessus.net (Ronald)
- Newsgroups: comp.lang.c++
- Subject: Device Drivers in windows 95
- Date: Fri, 15 Mar 1996 20:03:31 GMT
- Organization: accessU.S.
- Message-ID: <4icbga$gbf@news.accessus.net>
- NNTP-Posting-Host: stlouis-pm2-1/137.accessus.net
- X-Newsreader: Forte Free Agent 1.0.82
-
- I need to be able to monitor and modify the hard drive function calls
- in windows 95. I know how to do this in DOS (I intercept the Int 21h
- functions and modify parameters as necessary) Do I have to create a
- device driver to do this in windows 95, or is there a similar Int type
- call that is made like for DOS? Where can I find this type of info?
-
- For those of you that will be curious about what IÆm doing, it's not a
- virus. I'm working on a way to do simple redirection of files under
- windows 95, basically what I'm trying to do is ensure that any new
- data that is written to the hard drive is written to a different
- partition on the hard drive. And this new data will be accessed from
- there instead of the primary partition. I'm hoping that this will
- help maintain the integrity of the primary partitionÆs data.
-
- Thanks for any help you can provide.
-
- Ron
-
-
-